home *** CD-ROM | disk | FTP | other *** search
- object S424_031VAME is MEDIADISTRIBUTOR
- has
-
- Finished()
- do
- --
- end;
-
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S424A1_BOUTON_MUSIQUE,
- S424A2_BOUTON_TEXTE,
- S424A3_BOUTON_OEUVRE,
- S424A4_BOUTON_STOP,
- S424A7_ALBUM_SUITE,
- S424A8_S30A_WAV,
- S424A9_031_PIC
- ];
- end;
-
- object S424A1_BOUTON_MUSIQUE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 245; Y is 205; Width is 47; Height is 47;
- end;
-
- object S424A2_BOUTON_TEXTE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 244; Y is 264; Width is 49; Height is 48;
- end;
-
- object S424A3_BOUTON_OEUVRE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Duration is -1;
- X is 244; Y is 323; Width is 47; Height is 47;
- end;
-
- object S424A4_BOUTON_STOP is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoBack(MEDIADISTRIBUTOR0);
- end;
-
- with
- Duration is -1;
- X is 537; Y is 433; Width is 90; Height is 36;
- end;
-
- object S424A7_ALBUM_SUITE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S6_006TABL);
- end;
-
- with
- Duration is -1;
- X is 536; Y is 389; Width is 90; Height is 36;
- end;
-
- object S424A8_S30A_WAV is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- self.Run(false);
- end;
-
- with
- Target is C313_S30A_WAV;
- Duration is 0;
- X is 49; Y is 220; Width is 32; Height is 24;
- end;
-
- object S424A9_031_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.GoToBeginning();
- self.Run(true);
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- OnScreen()
- do
- S424A8_S30A_WAV.Run(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S498_ECRAN_FIN);
- end;
-
- with
- Target is C302_031_PIC;
- Duration is 1200;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
-